Don't fail in the case where 'etags' isn't Exuberant Ctags
Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
endef
define set_exuberant_flags
- exuberant_flags=`$1 --version 2>/dev/null | grep -iq exuberant && \
+ exuberant_flags=`$1 --version 2>/dev/null | (grep -iq exuberant && \
echo "-I __initdata,__exitdata,__acquires,__releases \
-I EXPORT_SYMBOL,EXPORT_SYMBOL_GPL \
- --extra=+f --c-kinds=+px"`
+ --extra=+f --c-kinds=+px") || true`
endef
.PHONY: _TAGS